<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑", Arial;
  color: #000;
}

header, section {
  width: 100%;
}

table {
  border-collapse: collapse;
}

a:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

a:hover, a:foucs {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  /* 10÷16=62.5% */
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  /* 13÷10=1.3 */
  position: relative;
  height: 100%;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
}

.cor_red {
  color: #e84127;
}

html, body {
  position: relative;
  height: 100%;
}

.autoImg img {
  max-width: 100%;
  height: auto;
  /*display:block;*/
}

.phone, .pad {
  display: none;
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

select, input, textarea {
  outline: none;
}

.imgBlock img {
  display: block;
}

.cor_red {
  color: #C00;
}

.cor_bs, .cor_bs:hover {
  color: #fff;
}

.autoMaxImg img {
  max-width: 100%;
  height: auto;
}

.borderHover {
  position: relative;
}

.hide {
  display: none;
}

.line-1 {
  left: 0;
  top: 0;
}

.line-2 {
  right: 0;
  top: 0;
}

.line-3 {
  bottom: 0;
  right: 0;
}

.line-4 {
  bottom: 0;
  left: 0;
}

.line-1, .line-3 {
  background: #000;
  height: 3px;
  position: absolute;
  width: 0;
}

.line-2, .line-4 {
  background: #000;
  height: 0;
  position: absolute;
  width: 3px;
}

/*.inview .line-1 { transition: background 0.4s ease 0s, width 0.4s ease-out 0s; width: 100%; }
.inview .line-2 { height: 100%; transition: background 0.4s ease 0s, height 0.4s ease-out 0.4s; }
.inview .line-3 { transition: background 0.4s ease 0s, width 0.4s ease-out 0.8s; width: 100%; }
.inview .line-4 { height: 100%; transition: background 0.4s ease 0s, height 0.4s ease-out 1.2s; }*/
.line-1 i {
  left: 0;
  top: 0;
  transition: width 0.4s ease-out 1.2s;
}

.line-2 i {
  left: 0;
  top: 0;
  transition: height 0.4s ease-out 0.8s;
}

.line-3 i {
  right: 0;
  top: 0;
  transition: width 0.4s ease-out 0.4s;
}

.line-4 i {
  bottom: 0;
  left: 0;
  transition: height 0.4s ease-out 0s;
}

.line-1 i, .line-3 i {
  background: #0cf;
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
}

.line-2 i, .line-4 i {
  background: #0cf;
  display: block;
  height: 0;
  position: absolute;
  width: 100%;
}

.borderHover:hover .line-1 i {
  transition: width 0.4s ease-out;
}

.borderHover:hover .line-2 i {
  transition: height 0.4s ease-out 0.4s;
}

.borderHover:hover .line-3 i {
  transition: width 0.4s ease-out 0.8s;
}

.borderHover:hover .line-4 i {
  transition: height 0.4s ease-out 1.2s;
}

.borderHover:hover .line-1 i, .borderHover:hover .line-2 i, .borderHover:hover .line-3 i, .borderHover:hover .line-4 i {
  height: 100%;
  width: 100%;
}

.Loading {
  z-index: 999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.loadLogo {
  position: absolute;
  top: 50%;
  width: 1150px;
  left: 50%;
  margin-left: -575px;
  margin-top: -6%;
}

.loadBar {
  background: #5A5756;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 14%;
}

.percentNum {
  height: 32px;
  color: #eb462a;
  position: absolute;
  left: 0px;
  top: 0px;
  font: 30px/32px Arial;
  display: inline-block;
}

.percent {
  height: 100%;
  width: 0px;
  background: #E94928;
  position: absolute;
  left: 0px;
  top: 0px;
}

.loadNumBox {
  position: absolute;
  left: 0px;
  right: 80px;
  height: 32px;
  top: -40px;
}

.mbody {
  padding-left: 90px;
}

.navMenu {
  background: #120C0C;
  height: 100%;
  width: 90px;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 98;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
}

.logoBox {
  height: 46px;
  width: 46px;
  /*border: 1px solid #EA4728;*/
  position: absolute;
  left: 23px;
  top: 60px;
  transition: all 0.3s ease;
  z-index: 99;
}

.logo_1 {
  background: url("../images/img-01.png") no-repeat center center;
  height: 42px;
  width: 42px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.logoNm {
  color: #FFF;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 46px;
  position: absolute;
  left: -1px;
  bottom: -41px;
  font-size: 16px;
  opacity: 1;
  transition: all 0.3s ease;
}

.navHoverMenu {
  width: 290px;
}

.navHoverMenu .logoBox {
  left: 122px;
}

.navHoverMenu .logoNm {
  opacity: 0;
}

.navBmIcon {
  position: fixed;
  left: 34px;
  bottom: 40px;
  z-index: 2;
}

.navList {
  margin: 0px auto;
  width: 38px;
  padding-top: 178px;
  text-align: center;
}

.navList li {
  line-height: 58px;
  height: 59px;
  font-size: 16px;
  overflow: hidden;
}

.navHoverMenu .navList li {
  border-bottom: 1px solid #312B2B;
}

.nav_a {
  color: #FFF;
  opacity: 0;
}

.nav_a:hover {
  color: #EA4728;
  opacity: 0;
}

.navHoverMenu .navList {
  width: 128px;
}

.navHoverMenu .nav_a, .navHoverMenu .nav_a:hover {
  opacity: 1;
}

.mMenuBtn {
  display: none;
  border-width: 1px;
  border-style: solid;
}

.topRes {
  display: none;
}

.footer {
  line-height: 20px;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
  color: #ffffff;
  background: #222222;
}

.serBox2 {
  height: 30px;
  width: 258px;
  border: 1px solid #888785;
  position: absolute;
  top: 15px;
  right: 332px;
}

.serBtn2 {
  line-height: 14px;
  text-align: center;
  display: block;
  height: 16px;
  width: 35px;
  border-right: 1px solid #888785;
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  color: #888785;
}

.serBox2 input {
  line-height: 28px;
  height: 28px;
  width: 205px;
  border-width: 0px;
  border-style: none;
  position: absolute;
  left: 42px;
  top: 0px;
  background: none;
  padding-left: 3px;
}

.container-fluid {
  padding: 0 120px;
}

.m2TopName {
  line-height: 116px;
  padding-top: 25px;
  font-size: 22px;
  text-transform: uppercase;
}

.m2spanEn {
  display: inline-block;
  padding-left: 24px;
}

.m2TopName i {
  line-height: 44px;
  text-align: center;
  height: 46px;
  width: 46px;
  border: 1px solid #000;
  margin-right: 15px;
}

.m2span_i {
  font-size: 20px;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 3px;
}

.m2Break {
  font-size: 16px;
  line-height: 40px;
  height: 80px;
}

.m2break_a {
  background: url("../images/img-04.png") no-repeat 1px center;
  height: 40px;
  display: inline-block;
  padding-left: 15px;
  float: left;
  margin-right: 3.5%;
}

.m2break_a:hover, .m2break_cuta {
  background: url("../images/img-05.png") no-repeat 1px center;
  color: #e94529;
}


.m2imgList {
  clear: both;
  margin-left: -22px;
  margin-right: -22px;
}

.m2imgList li {
  position: relative;
  margin-bottom: 35px;
  padding: 0 22px;
}

.m2imgList .borderHover {
  padding: 3px;
}

.m2Img_name {
  line-height: 48px;
  background: #F3F3F3;
  height: 48px;
  padding: 0px 70px 0px 16px;
  font-size: 13px;
  color: #595757;
  transition: all 0.6s ease;
}

.m2Img_down {
  color: #595757;
  font-size: 13px;
  background: url("../images/dwico.jpg") no-repeat left center;
  padding-left: 21px;
  line-height: 48px;
  display: inline-block;
  height: 48px;
  position: absolute;
  right: 18px;
  bottom: 4px;
}

.m2imgBox {
  background: #000;
}

.m2playIco {
  background: url("../images/playIco.png") no-repeat center center;
  height: 63px;
  width: 63px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55.5px;
  margin-left: -31.5px;
  transition: all 0.3s ease;
}

.m2imgList li img {
  opacity: 0.6;
  transition: all 0.6s ease;
}

.m2imgList li:hover img {
  opacity: 1;
}

.m2imgList li:hover .m2Img_name {
  background: #fff;
}

.m2imgList li:hover .m2Img_name {
  font-weight: bold;
  color: #000;
}

.m2imgList li:hover .m2playIco {
  opacity: 0;
}

.m2imgList .line-1, .m2imgList .line-3 {
  background: #fff;
  width: 100%;
}

.m2imgList .line-2, .m2imgList .line-4 {
  background: #fff;
  height: 100%;
}

.m2imgList .line-1 i, .m2imgList .line-2 i, .m2imgList .line-3 i, .m2imgList .line-4 i {
  background: #E9482B;
}

.m2imgList2 .m2Img_name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 16px;
}

.m2TopName span {
  white-space: nowrap;
}

.m2Img_name .fl {
  float: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m2ban {
  margin-top: 30px;
  margin-bottom: 60px;
}

.m2newList li {
  margin-bottom: 40px;
}

.m2newList li .borderHover {
  padding: 47px 5px 47px 59px;
  position: relative;
}

.m2newList .line-1, .m2newList .line-3 {
  background: #E6E6E6;
  height: 5px;
  width: 100%;
}

.m2newList .line-2, .m2newList .line-4 {
  background: #E6E6E6;
  width: 5px;
  height: 100%;
}

.m2newList .line-1 i, .m2newList .line-2 i, .m2newList .line-3 i, .m2newList .line-4 i {
  background: #E9482B;
}

.m2newTxt {
  font-size: 16px;
  line-height: 32px;
  margin-left: 406px;
  padding-right: 56px;
}

.m2newTxt p {
  font-size: 14px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 28px;
}

.m2new_more {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  text-align: right;
  position: relative;
  transition: all 0.3s ease;
}

.m2new_more img {
  position: absolute;
  top: 7px;
  right: 80px;
}

.m2newTxt strong {
  font-size: 24px;
  line-height: 72px;
  display: block;
  margin-bottom: 6px;
  height: 72px;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m2new_mIco {
  opacity: 0;
  transition: all 0.3s ease;
}

.m2newList li:hover .m2new_more, .m2newList2 li:hover .m2new_more {
  color: #E9482B;
}

.m2newList li:hover, .m2newList2 li:hover .m2new_mIco {
  opacity: 1;
}

.m2newList2 li {
  margin-bottom: 30px;
}

.m2newList2 li .borderHover {
  padding: 46px 3px 46px 24px;
  position: relative;
}

.m2newList2 .line-1, .m2newList2 .line-3 {
  background: #E6E6E6;
  height: 3px;
  width: 100%;
}

.m2newList2 .line-2, .m2newList2 .line-4 {
  background: #E6E6E6;
  width: 3px;
  height: 100%;
}

.m2newList2 .line-1 i, .m2newList2 .line-2 i, .m2newList2 .line-3 i, .m2newList2 .line-4 i {
  background: #E9482B;
}

.m2newList2 {
  margin-bottom: 15px;
}

.m2newsL {
  float: left;
}

.m2ndate {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  float: left;
  width: 158px;
  margin-top: -5px;
}

.m2ndate span {
  font-size: 14px;
}

.m2nText {
  font-size: 16px;
  line-height: 32px;
  margin-left: 456px;
  padding-right: 56px;
}

.m2nText strong {
  font-size: 24px;
  line-height: 40px;
  display: block;
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m2nText p {
  font-size: 14px;
  height: 64px;
  overflow: hidden;
  margin-bottom: 28px;
}

.m2pp_tm1 {
  line-height: 58px;
  text-align: center;
  font-size: 22px;
  padding: 30px 0px;
}

.m2pp_tm2 {
  padding-bottom: 40px;
  text-align: center;
  margin: 0px auto;
  width: 80%;
}

.m2zp_th span, .m2zp_dl dt span {
  padding-left: 3%;
  float: left;
  overflow: hidden;
  height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m2zp_th {
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  background: #4E4444;
  height: 50px;
}

.m2zp_s1 {
  width: 25%;
}

.m2zp_s2 {
  width: 15%;
}

.m2zp_s3 {
  width: 26%;
}

.m2zp_s4 {
  width: 22%;
}

.m2zp_s5 {
  width: 12%;
}

.m2zp_dl dt {
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}

.m2zp_ico1 {
  background: url("../images/zpico1.png") no-repeat;
  height: 13px;
  width: 16px;
  display: inline-block;
  position: relative;
  left: 12px;
  top: 5px;
}

.m2zp_ico2 {
  background: url("../images/zpico2.png") no-repeat;
  height: 13px;
  width: 16px;
  display: inline-block;
  position: relative;
  left: 12px;
  top: 5px;
  display: none;
}

.m2zp_dl {
  margin-bottom: 30px;
  border-bottom: 1px solid #DCDCDC;
}

.m2zp_dl dd {
  border-top: 1px solid #F2F2F2;
  padding: 30px 50px;
  font-size: 14px;
  line-height: 30px;
  display: none;
  border-bottom: 1px solid #F2F2F2;
}

.m2zp_info {
  margin-bottom: 10px;
}

.cor_org {
  color: #e94529;
}

.m2zp_dl .m2zp_cut strong {
  color: #e94529;
}

.m2zp_dl .m2zp_cut .m2zp_ico1 {
  display: none;
}

.m2zp_dl .m2zp_cut .m2zp_ico2 {
  display: inline-block;
}

.m2lx_t1 {
  font-size: 24px;
  line-height: 116px;
  height: 116px;
  font-weight: bold;
}

.m2lx_col {
  float: left;
  width: 20.5%;
  position: relative;
  padding-left: 52px;
}

.m2lx_col:first-child {
  width: 22.5%;
}

.m2lx_col:last-child {
  width: 16%;
}

.m2lx_col img {
  position: absolute;
  left: 0px;
  top: 12px;
}

.m2lx_col strong {
  display: block;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  font-weight: normal;
}

.m2lx_txt {
  font-size: 14px;
  line-height: 28px;
  padding-top: 18px;
  height: 74px;
}

.m2lx_itms {
  padding-bottom: 58px;
}

.m2lx_txt:after {
  content: "";
  height: 3px;
  width: 40px;
  overflow: hidden;
  position: absolute;
  bottom: -25px;
  left: 52px;
  background: #000;
}

.m2lx_listBox {
  padding: 43px 5px 40px 45px;
  margin-bottom: 20px;
}

.m2lx_listBox .line-1, .m2lx_listBox .line-3 {
  background: #EBEBEB;
  width: 100%;
  height: 5px;
}

.m2lx_listBox .line-2, .m2lx_listBox .line-4 {
  background: #EBEBEB;
  height: 100%;
  width: 5px;
}

.m2lx_listBox .line-1 i, .m2lx_listBox .line-2 i, .m2lx_listBox .line-3 i, .m2lx_listBox .line-4 i {
  background: #E9482B;
}

.m2lxImg {
  margin-bottom: 40px;
}

.m2lx_listBox .m2lx_col img {
  height: auto;
  width: 20px;
  top: 14px;
}

.m2lx_listBox .m2lx_col strong {
  font-size: 16px;
}

.m2lx_listBox .m2lx_col {
  padding-left: 38px;
}

.m2lx_listBox .m2lx_txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  height: 54px;
  padding-top: 10px;
}

.m2lx_listBox .m2lx_txt:after {
  display: none;
}

.m2lx_listBox .m2lx_itms {
  padding-bottom: 0;
}

.m2lx_t2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  height: 48px;
}

.m2lx_bmBg {
  height: 52px;
}

.m2moveBox {
  background: #3b3a38;
}

.m2move-fiuid {
  padding: 0px !important;
}

.m2mvBody {
  background: #3b3a38;
}

.m2moveBom {
  position: relative;
  padding-top: 48px;
  background: #3b3a38;
}

.m2moveBom .arrow-left {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 48px;
  width: 8%;
  background: url("../images/m2mv_btnL.png") no-repeat center center;
  cursor: pointer;
}

.m2moveBom .arrow-right {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 48px;
  width: 8%;
  background: url("../images/m2mv_btnR.png") no-repeat center center;
  cursor: pointer;
}

.m2moveBom .swiper-container {
  margin: 0 8%;
  overflow: hidden;
}

.m2moveBom .swiper-slide {
  height: auto;
}

.m2mvImg {
  padding: 0px 13px;
}

.m2moveBom .swiper-slide img {
  opacity: 0.6;
  transition: all 0.3s ease;
}

.m2moveBom .swiper-slide img.on {
  opacity: 1;
  border: 3px solid #E0492B;
}

.m2yw_bak {
  line-height: 80px;
  height: 80px;
  background: url("../images/m2yw_ico.jpg") no-repeat left center;
  float: right;
  padding-left: 32px;
  font-size: 18px;
  color: #e94529;
}

.m2yw_img img {
  margin-bottom: 8px;
}

.m2yw_t1 {
  font-size: 58px;
  line-height: 86px;
  font-weight: bold;
}

.m2yw_t2 {
  font-size: 58px;
  line-height: 78px;
  padding-bottom: 32px;
}

.m2yw_p {
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 32px;
}

.m2yw_p p {
  font-size: 16px;
  margin-bottom: 0;
}

.m2ywText {
  padding-top: 0px;
}

.m2ywPadding {
  padding: 0px 4%;
}

.m2jt_t1 {
  font-size: 40px;
  line-height: 50px;
}

.m2jt_t2 {
  font-size: 30px;
  line-height: 46px;
  padding-bottom: 68px;
}

.m2jt_t3 {
  font-size: 18px;
  line-height: 42px;
  padding-bottom: 38px;
}

.m2jtPadding1 {
  padding: 0px;
  padding-bottom: 75px;
}

.m2jtPadding2 {
  padding-left: 7%;
  padding-bottom: 75px;
}

.m2news_t1 {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 55px;
}

.m2news_p {
  line-height: 32px;
}

.m2hxBox {
  position: relative;
}

.m2hxImg {
  float: left;
  width: 45%;
}

.m2hxTxtBox {
  width: 66%;
  height: 60%;
  position: absolute;
  margin-top: -20%;
  z-index: 2;
  top: 50%;
  right: 0px;
  padding: 8px 4% 8px 8px;
}

.m2hxTxtBox .line-1, .m2hxTxtBox .line-3 {
  background: #000;
  width: 100%;
  height: 6px;
}

.m2hxTxtBox .line-2, .m2hxTxtBox .line-4 {
  background: #000;
  height: 100%;
  width: 6px;
}

.m2hx_t1 {
  font-size: 46px;
  line-height: 58px;
  position: relative;
  text-align: right;
  padding: 5% 0px 4%;
}

.m2hx_t1:after {
  content: "";
  background: #000;
  height: 3px;
  width: 44px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.m2hx_t2 {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  padding-top: 5%;
}

.m2hx_t3 {
  font-size: 24px;
  line-height: 36px;
  text-align: right;
  text-transform: uppercase;
}

.m2hx_px {
  font-size: 14px;
  line-height: 38px;
  position: absolute;
  left: 21%;
  bottom: 8%;
  right: 4%;
}

.m2hx_px strong {
  font-size: 24px;
  line-height: 38px;
  display: block;
  padding-bottom: 3%;
}

.m2hxTxtBox .m2new_more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 14px;
}

.m2hxTxtBox .line-1 i, .m2hxTxtBox .line-3 i, .m2hxTxtBox .line-2 i, .m2hxTxtBox .line-4 i {
  background: #e94529;
}

.m2hxTxtBox:hover .m2new_more {
  color: #e94529;
}

.borderHover:hover .m2new_more .m2new_mIco {
  opacity: 1;
}

.m2hx_bmTxt {
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  line-height: 18px;
  right: 0px;
  bottom: -145px;
  text-align: right;
}

.m2hx_bmTxt strong {
  display: block;
  font-size: 24px;
  line-height: 54px;
}

.m2hxBox2 .m2hxImg {
  float: right;
}

.m2hxBox2 .m2hxTxtBox {
  right: auto;
  left: 0px;
  padding: 8px 8px 8px 4%;
}

.m2hxBox2 .m2hx_t1 {
  text-align: left;
  padding-top: 31.5%;
}

.m2hxBox2 .m2hx_t1:after {
  bottom: 0px;
  left: 0px;
}

.m2hxBox2 .m2hx_t2 {
  text-align: left;
}

.m2hxBox2 .m2hx_t3 {
  text-align: left;
}

.m2hxBox2 .m2hx_px {
  left: 4%;
  right: 21%;
  top: 7%;
  text-align: right;
}

.m2hxBox2 .m2hxTxtBox .m2new_more {
  right: 0;
}

.m2hxBox2 .m2hx_bmTxt {
  right: auto;
  left: 0px;
  text-align: left;
}

.m2hx_px span {
  display: block;
}

.m2hx_t1 span {
  position: relative;
  top: -12px;
}

.m2hx_t2 span {
  position: relative;
  top: -7px;
}

.mcon1 {
  height: 100%;
  height: 900px;
  background: #000;
  position: relative;
  overflow: hidden;
}

.pcTopLinks {
  height: 30px;
  width: 535px;
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 40px;
}

.pcTopLinks .serBox2 {
  float: left;
  border: 1px solid #FFF;
  position: static;
  width: 232px;
  margin-right: 22px;
}

.pcTopLinks .serBtn2 {
  color: #FFF;
  border-right: 1px solid #FFF;
}

.pcTopLinks input {
  color: #FFF;
}

.pcTopLinks input:focus {
  border: none;
  box-shadow: none;
}

.pcTopLinks .topRes {
  display: block;
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  float: left;
}

.pcTopLinks .top_a {
  color: #FFF;
  margin: 0px 9px;
  cursor: pointer;
}

.pcTopLinks .top_aEn {
  font-size: 16px;
  font-weight: bold;
}

.cb-slideshow, .cb-slideshow:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.cb-slideshow:after {
  content: '';
}

/*background: transparent url(../images/pattern.png) repeat top left;*/
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  -o-animation: imageAnimation 24s linear infinite 0s;
  -ms-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

.cb-slideshow li div {
  /* z-index: 1000; position: absolute; bottom: 30px; left: 0px; width: 100%; text-align: center; opacity: 0; -webkit-animation: titleAnimation 36s linear infinite 0s; -moz-animation: titleAnimation 36s linear infinite 0s; -o-animation: titleAnimation 36s linear infinite 0s; -ms-animation: titleAnimation 36s linear infinite 0s; animation: titleAnimation 36s linear infinite 0s; */
  position: absolute;
  top: 50%;
  margin-top: -105px;
  width: 100%;
}

.cb-slideshow li div h3 {
  padding: 0 30px;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.cb-slideshow li div h3 img {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  height: auto;
}

/*.cb-slideshow li:nth-child(1) span { background-image: url(../images/banBg1.jpg);  }
.cb-slideshow li:nth-child(2) span { background-image: url(../images/banBg2.gif); -webkit-animation-delay: 6s; -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s; }
.cb-slideshow li:nth-child(3) span { background-image: url(../images/banBg3.gif); -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; }
.cb-slideshow li:nth-child(4) span { background-image: url(../images/banBg1.jpg); -webkit-animation-delay: 18s; -moz-animation-delay: 18s; -o-animation-delay: 18s; -ms-animation-delay: 18s; animation-delay: 18s; }
.cb-slideshow li:nth-child(5) span { background-image: url(../images/banBg2.gif); -webkit-animation-delay: 24s; -moz-animation-delay: 24s; -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s; }
.cb-slideshow li:nth-child(6) span { background-image: url(../images/banBg3.gif); -webkit-animation-delay: 30s; -moz-animation-delay: 30s; -o-animation-delay: 30s; -ms-animation-delay: 30s; animation-delay: 30s; }
.cb-slideshow li:nth-child(2) div { -webkit-animation-delay: 6s; -moz-animation-delay: 6s; -o-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s; }
.cb-slideshow li:nth-child(3) div { -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -o-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; }
.cb-slideshow li:nth-child(4) div { -webkit-animation-delay: 18s; -moz-animation-delay: 18s; -o-animation-delay: 18s; -ms-animation-delay: 18s; animation-delay: 18s; }
.cb-slideshow li:nth-child(5) div { -webkit-animation-delay: 24s; -moz-animation-delay: 24s; -o-animation-delay: 24s; -ms-animation-delay: 24s; animation-delay: 24s; }
.cb-slideshow li:nth-child(6) div { -webkit-animation-delay: 30s; -moz-animation-delay: 30s; -o-animation-delay: 30s; -ms-animation-delay: 30s; animation-delay: 30s; }*/
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0.3;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0.3;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  22% {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0.2;
    -transform: scale(1.1);
  }
  30% {
    opacity: 0;
    -transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
/*@-webkit-keyframes titleAnimation { 0% {
 opacity: 0;
 -webkit-transform: translateY(-300%);
}
 8% {
 opacity: 1;
 -webkit-transform: translateY(0%);
}
 17% {
 opacity: 1;
 -webkit-transform: translateY(0%);
}
 19% {
 opacity: 0;
 -webkit-transform: translateY(100%);
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-moz-keyframes titleAnimation { 0% {
 opacity: 0;
 -moz-transform: translateY(-300%);
}
 8% {
 opacity: 1;
 -moz-transform: translateY(0%);
}
 17% {
 opacity: 1;
 -moz-transform: translateY(0%);
}
 19% {
 opacity: 0;
 -moz-transform: translateY(100%);
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-o-keyframes titleAnimation { 0% {
 opacity: 0;
 -o-transform: translateY(-300%);
}
 8% {
 opacity: 1;
 -o-transform: translateY(0%);
}
 17% {
 opacity: 1;
 -o-transform: translateY(0%);
}
 19% {
 opacity: 0;
 -o-transform: translateY(100%);
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@-ms-keyframes titleAnimation { 0% {
 opacity: 0;
 -ms-transform: translateY(-300%);
}
 8% {
 opacity: 1;
 -ms-transform: translateY(0%);
}
 17% {
 opacity: 1;
 -ms-transform: translateY(0%);
}
 19% {
 opacity: 0;
 -ms-transform: translateY(100%);
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
@keyframes titleAnimation { 0% {
 opacity: 0;
 transform: translateY(-300%);
}
 8% {
 opacity: 1;
 transform: translateY(0%);
}
 17% {
 opacity: 1;
 transform: translateY(0%);
}
 19% {
 opacity: 0;
 transform: translateY(100%);
}
 25% {
opacity: 0
}
 100% {
opacity: 0
}
}
*/
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

/*2016-1-6 xiaoma*/
.job_contact {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 {
    font-size: 100px;
  }
}
@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 {
    font-size: 50px;
  }
}
.mcon1Btn {
  background: url("../img/banner01.jpg") no-repeat center center;
  position: absolute;
  margin-left: -22px;
  left: 50%;
  bottom: 60px;
  z-index: 15;
  border: 1px solid #FFF;
  height: 42px;
  width: 42px;
}

.mcon5 ul li {
  float: left;
  width: 20%;
  padding: 0px 4px;
}

.mc5table {
  height: 300px;
  display: table;
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}

.mc5_td {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.mcon5 {
  padding: 0px 4px;
}

.mc5box {
  position: relative;
  background: #e6e6e8;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.mc5_td strong {
  color: #727172;
  font: normal 60px/76px Arial;
  transition: all 0.3s ease;
}

.mc5_td p {
  text-align: center;
  padding: 0px 35px;
  font-size: 16px;
  line-height: 28px;
  color: #727172;
  margin: 15px 0px 12px;
  height: 84px;
  overflow: hidden;
}

.mc5_ico {
  background: url("../images/bm_ico1.png") no-repeat;
  height: 28px;
  width: 28px;
  position: absolute;
  margin-left: -15px;
  left: 50%;
  bottom: 28px;
}

.mc5_ico2 {
  background: url("../images/bm_ico2.png") no-repeat;
  height: 28px;
  width: 28px;
  position: absolute;
  margin-left: -15px;
  left: 50%;
  bottom: 28px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.mc5box .line-1, .mc5box .line-3 {
  background: none;
  height: 5px;
  width: 100%;
}

.mc5box .line-2, .mc5box .line-4 {
  background: none;
  width: 5px;
  height: 100%;
}

.mc5box .line-1 i, .mc5box .line-2 i, .mc5box .line-3 i, .mc5box .line-4 i {
  background: #E9482B;
}

.mc5box:hover {
  background: #fff;
}

.mc5box:hover .mc5_td strong {
  color: #000;
}

.mc5box:hover .mc5_ico2 {
  opacity: 1;
}

.mc5table2 {
  height: 264px;
}

.mc5table2 .mc5_td strong {
  line-height: 66px;
  position: relative;
  top: -8px;
}

.mc5table2 .mc5_td p {
  margin-top: 0px;
}

.mc5table3 {
  height: 280px;
}

.mc5table3 .mc5_td strong {
  line-height: 66px;
  position: relative;
  top: -6px;
}

.mc5table3 .mc5_td p {
  margin-top: 8px;
}

.mc5table4 {
  height: 290px;
}

.mc5table5 {
  height: 274px;
}

.mc5table5 .mc5_td strong {
  line-height: 66px;
  position: relative;
  top: -8px;
}

.mc5table5 .mc5_td p {
  margin-top: 0px;
}

.mc5table6 {
  height: 299px;
}

.mcon5Phone {
  display: none;
}

.mcon3 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mc3Swiper {
  height: 100%;
}

.mc3Swiper .swiper-button-prev {
  background: url("../images/mc3BtnL.png") no-repeat;
  height: 122px;
  width: 66px;
  margin-top: -61px;
  left: 5%;
  opacity: 1;
}

.mc3Swiper .swiper-button-next {
  background: url("../images/mc3BtnR.png") no-repeat;
  height: 122px;
  width: 66px;
  margin-top: -61px;
  right: 5%;
  opacity: 1;
}

.mc3_txtImg {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.mc2_imgBox {
  width: 60%;
}

.mc3Swiper .swiper-slide {
  text-align: center;
  display: table;
}

.mc3td {
  display: table-cell;
  vertical-align: middle;
}

.mc5_more {
  line-height: 46px;
  color: #E0492B;
  background: #fff url("../images/logo_1.png") no-repeat 24px center;
  height: 46px;
  width: 140px;
  display: none;
  padding-left: 52px;
  margin-top: 80px;
  font-size: 14px;
  text-align: left;
  background-size: 16px auto;
}

.mc5_more:hover {
  color: #fff;
  background: #E0492B url("../images/logo_2.png") no-repeat 24px center;
  background-size: 16px auto;
}

.mc3td .mc5_more {
  display: inline-block;
}

.mcon3 .phone {
  display: none;
}

.mcon2 {
  padding: 3% 0px 0px;
  position: relative;
  margin-bottom: 130px;
}

.mc2_t1 {
  font-size: 72px;
  line-height: 74px;
  font-weight: bold;
  text-transform: uppercase;
}

.mc2_t2 {
  font-size: 57px;
  line-height: 70px;
  text-transform: uppercase;
}

.mc2_time {
  font-size: 74px;
  line-height: 86px;
  font-weight: bold;
  height: 86px;
  margin-bottom: 40px;
  position: relative;
}

.mc2_time:after {
  background: #000;
  content: "";
  height: 3px;
  width: 28px;
  position: absolute;
  left: 0px;
  bottom: -22px;
}

.mc2_txt1 {
  font-size: 30px;
  line-height: 54px;
  height: 312px;
}

.mc2LayBox {
  height: 43%;
  width: 51%;
  position: absolute;
  right: 0px;
  bottom: 34%;
  padding: 10px;
  padding-right: 5%;
}

.mc2LayBox .line-1, .mc2LayBox .line-3 {
  background: #000;
  height: 6px;
  width: 100%;
}

.mc2LayBox .line-2, .mc2LayBox .line-4 {
  background: #000;
  width: 6px;
  height: 100%;
}

.mc2LayBox .line-1 i, .mc2LayBox .line-2 i, .mc2LayBox .line-3 i, .mc2LayBox .line-4 i {
  background: #E9482B;
}

.mc2Lay_t1 {
  font-size: 58px;
  line-height: 78px;
  text-align: right;
  padding-top: 8%;
}

.mc2Lay_t2 {
  font-size: 30px;
  line-height: 48px;
  text-align: right;
}

.mc2Lay_p {
  font-size: 18px;
  line-height: 44px;
  padding-top: 4%;
  text-align: right;
}

.mc2Lay_p span {
  display: block;
}

.mc2LayBox .m2new_more {
  bottom: 50px;
  position: absolute;
  right: 8%;
  width: 200px;
  font-size: 16px;
}

.mc2LayBox:hover .m2new_more {
  color: #e94529;
}

.mcon2 .m2hx_bmTxt {
  bottom: 0px;
}

.mc2_changeBtn ul li {
  background: #BFBFBF;
  float: left;
  height: 11px;
  width: 11px;
  margin-right: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mc2_changeBtn {
  position: absolute;
  bottom: 52%;
  left: 0px;
}

.mc2_changeBtn ul .on {
  background: #E9482B;
}

.mcon4 {
  position: relative;
  padding-top: 50px;
}

.mc4_imgBox {
  float: right;
  width: 46%;
}

.mc4_txt1 {
  font-size: 30px;
  line-height: 54px;
  height: 56px;
}

.mc4LayBox {
  height: 38%;
  width: 66%;
  position: absolute;
  left: 0px;
  bottom: 8%;
  padding: 10px 25% 10px 4%;
}

.mc4LayBox .line-1, .mc4LayBox .line-3 {
  background: #000;
  height: 6px;
  width: 100%;
}

.mc4LayBox .line-2, .mc4LayBox .line-4 {
  background: #000;
  width: 6px;
  height: 100%;
}

.mc4LayBox .line-1 i, .mc4LayBox .line-2 i, .mc4LayBox .line-3 i, .mc4LayBox .line-4 i {
  background: #E9482B;
}

.mcon4 .m2hx_bmTxt {
  bottom: auto;
  top: 15%;
}

.mc4_txt2 {
  text-align: right;
  position: absolute;
  top: 9%;
  right: 21%;
  font-size: 18px;
  line-height: 38px;
}

.mc4_txt2 span {
  display: block;
}

.mc4_txt2 strong {
  font-size: 24px;
  display: block;
  margin-bottom: 26px;
}

.mc4LayBox .m2new_more {
  right: 21%;
  bottom: 8%;
  position: absolute;
  font-size: 16px;
}

.mc4_t1 {
  line-height: 58px;
  padding: 47.5% 0px 8%;
  font-size: 58px;
  position: relative;
}

.mc4_t1::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  width: 44px;
}

.mc4_t2 {
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5%;
}

.mc4_t3 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

.mc4LayBox:hover .m2new_more {
  color: #e94529;
}

.mc4_changeBtn ul li {
  float: left;
  height: 55px;
  width: 55px;
  margin-right: 32px;
  position: relative;
  cursor: pointer;
}

.mc4_changeBtn {
  height: 75px;
  position: absolute;
  left: 0px;
  bottom: 52%;
}

.mc4_corImg {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 0.3s ease;
}

.mc4_changeBtn ul li.on .mc4_corImg {
  opacity: 1;
}

.mc2hidden {
  display: none;
}

.mc2_t2a {
  padding-bottom: 30px;
  position: relative;
}

.mc2_t2a::after {
  background: #000;
  bottom: 16px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 28px;
}

.mc2LayBox2 {
  width: 62%;
  height: 50%;
  bottom: 25%;
}

.mc2_imgBox2 {
  width: 52%;
}

.mPhoneBm {
  height: 135px;
  padding-top: 45px;
}

.mPhoneCon2 {
  display: none;
}

.mc5_imgBox {
  background: #000;
}

.mc5box img {
  opacity: 0.8;
}

.mc5box:hover img {
  opacity: 1;
}

.m2TopName .fa-chevron-right::before {
  content: "　";
  background: url("../images/img-03.png") no-repeat center center;
}

@media (max-width: 1800px) {
  .mc2Lay_t1 {
    font-size: 56px;
  }

  .mc2Lay_t2 {
    font-size: 28px;
  }

  .mc2_t1 {
    font-size: 68px;
  }

  .mc2_t2 {
    font-size: 54px;
  }

  .mc2_time {
    font-size: 70px;
  }

  .mc4_t1 {
    font-size: 54px;
  }

  .mc4_t2 {
    font-size: 32px;
  }
}
@media (max-width: 1700px) {
  .mc2Lay_t1 {
    font-size: 52px;
  }

  .mc2Lay_t2 {
    font-size: 24px;
  }

  .mc2_t1 {
    font-size: 64px;
  }

  .mc2_t2 {
    font-size: 50px;
  }

  .mc2_time {
    font-size: 66px;
  }

  .mc5table6 {
    height: 294px;
  }

  .mc4_t1 {
    font-size: 52px;
  }

  .mc4_t2 {
    font-size: 29px;
  }
}
@media (max-width: 1600px) {
  .container-fluid {
    padding: 0 50px;
  }

  .m2lx_col {
    padding-left: 42px;
  }

  .m2lx_txt {
    font-size: 14px;
  }

  .m2lx_listBox {
    padding: 38px 5px 30px 35px;
  }

  .m2lx_listBox .m2lx_txt {
    font-weight: normal;
  }

  .m2moveBom {
    padding-top: 38px;
  }

  .m2moveBom .arrow-left, .m2moveBom .arrow-right {
    top: 38px;
    width: 8%;
  }

  .m2jt_t2 {
    padding-bottom: 38px;
  }

  .m2jt_t3 {
    font-size: 18px;
    line-height: 42px;
    padding-bottom: 18px;
  }

  .m2jtPadding1 {
    padding: 0px;
    padding-bottom: 65px;
    padding-left: 3.8%;
  }

  .m2jtPadding2 {
    padding-left: 5%;
    padding-bottom: 65px;
  }

  .m2hx_t1 {
    font-size: 46px;
    line-height: 50px;
  }

  .m2hx_t2 {
    font-size: 28px;
    line-height: 42px;
  }

  .m2hx_t3 {
    font-size: 24px;
    line-height: 36px;
  }

  .m2hx_px {
    font-size: 14px;
    line-height: 36px;
  }

  .m2hx_px strong {
    font-size: 24px;
  }

  .m2hxTxtBox .m2new_more {
    font-size: 14px;
  }

  .m2hxBox2 .m2hx_t1 {
    padding-top: 29%;
  }

  .m2hx_bmTxt {
    bottom: -120px;
  }

  .mc5table2 .mc5_td strong, .mc5table3 .mc5_td strong, .mc5table5 .mc5_td strong {
    line-height: 66px;
  }

  .mc5_td strong {
    font: normal 46px/66px Arial;
  }

  .mc5_td p {
    line-height: 26px;
    height: 104px;
    padding: 0px 25px;
    margin: 0px;
  }

  .mc5_td strong {
    position: relative;
    top: -10px;
  }

  .mc5_ico, .mc5_ico2 {
    bottom: 18px;
  }

  .mc5table6 {
    height: 294px;
  }

  .mcon2 {
    margin-bottom: 120px;
  }

  .mcon4 {
    padding-top: 40px;
  }

  .navList li {
    font-size: 14px;
  }

  .logoNm {
    font-size: 14px;
  }

  .mc2_t1 {
    font-size: 60px;
  }

  .mc2_t2 {
    font-size: 46px;
  }

  .mc2_time {
    font-size: 62px;
  }

  .mc2_txt1 {
    font-size: 24px;
  }

  .mc2Lay_t1 {
    font-size: 46px;
  }

  .mc2LayBox .m2new_more {
    font-size: 14px;
  }

  .m2new_more img {
    right: 70px;
  }

  .mc4_txt1 {
    font-size: 24px;
  }

  .mc4_t2 {
    font-size: 24px;
  }

  .mc4_t3 {
    font-size: 24px;
  }

  .mc4_t1 {
    font-size: 46px;
  }

  .mc2Lay_p {
    font-size: 14px;
  }

  .mc4_txt2 {
    font-size: 14px;
  }

  .mc4LayBox .m2new_more {
    font-size: 14px;
  }

  .mc5_td p {
    font-size: 14px;
  }

  .mc5_more {
    height: 46px;
    line-height: 46px;
    width: 140px;
  }
}
@media (max-width: 1400px) {
  .mc5table6 {
    height: 290px;
  }

  .mc2Lay_t1 {
    font-size: 44px;
  }

  .mc2Lay_t2 {
    font-size: 20px;
  }

  .mc2Lay_p {
    font-size: 14px;
    line-height: 38px;
  }

  .mc2_txt1 {
    height: 270px;
  }

  .mc2_t1 {
    font-size: 58px;
  }

  .mc2_t2 {
    font-size: 44px;
  }

  .mc2_time {
    font-size: 60px;
  }

  .mc5table6 {
    height: 290px;
  }

  .mc4_t1 {
    font-size: 48px;
  }

  .mc4_t2 {
    font-size: 26px;
  }

  .mc2LayBox {
    bottom: 30%;
  }

  .mc4_changeBtn {
    bottom: 48%;
    height: 75px;
  }

  .mc4_t1 {
    padding-top: 47%;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px;
  }

  .phone, .pc {
    display: none;
  }

  .pad {
    display: block;
  }

  .m2ban {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .mbody {
    padding-left: 0px;
  }

  .loadLogo {
    width: 80%;
    max-width: none;
    margin-left: -40%;
  }

  .mMenuBtn {
    display: block;
    height: 46px;
    width: 46px;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 50%;
    top: 60px;
    transition: all 0.3s ease;
    margin-left: -23px;
    cursor: pointer;
    z-index: 99;
  }

  .logoBox {
    display: none;
  }

  .logoNm {
    transition: all 0.8s ease;
  }

  .logo_1 {
    opacity: 0;
    transition: all 0.3s ease;
    transform: rotate(0deg);
  }

  .logo_2 {
    background: url("../images/logo_2.png") no-repeat center center;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 11px;
    top: 11px;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .mMenuClickBtn {
    border: 1px solid #ea4728;
  }

  .mMenuClickBtn .logoNm {
    opacity: 0;
  }

  .mMenuClickBtn .logo_2 {
    opacity: 0;
    transform: rotate(360deg);
  }

  .mMenuClickBtn .logo_1 {
    opacity: 1;
    transform: rotate(405deg);
  }

  .navBmIcon {
    display: none;
  }

  .navMenu {
    min-height: 100%;
    height: auto;
    width: 100%;
    position: absolute;
    overflow: inherit;
    padding: 0px 20px;
    display: none;
    bottom: auto;
  }

  .navList, .navHoverMenu .navList {
    width: 100%;
  }

  .nav_a, .navHoverMenu .nav_a, .navHoverMenu .nav_a:hover {
    opacity: 1;
  }

  .navList li {
    border-bottom: 1px solid #312B2B;
  }

  .topRes {
    color: #fff;
    line-height: 102px;
    height: 102px;
    text-align: center;
    font-size: 16px;
    background: #120c0c;
    display: block;
  }

  .top_a {
    color: #fff;
    padding: 0 3px;
    margin: 0 3%;
  }

  .serBox2 {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .serBox2 input {
    width: 84%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .serBox2 input:focus {
    border: none;
    box-shadow: none;
  }

  .mbody2 .mMenuBtn {
    border: 1px solid #000;
    top: 30px;
  }

  .mbody2 .mMenuClickBtn {
    border: 1px solid #ea4728;
  }

  .mbody2 .logoNm {
    color: #000;
  }

  .mbody2 .logo_2 {
    background: url("../images/logo_3.png") no-repeat center center;
  }

  .m2mvBody .logoNm {
    color: #fff;
  }

  .m2mvBody .mMenuBtn {
    border: 1px solid #fff;
    top: 30px;
  }

  .m2mvBody .mMenuClickBtn {
    border: 1px solid #ea4728;
  }

  .m2mvBody .logo_2 {
    background: url("../images/logo_2.png") no-repeat center center;
  }

  .mTopMargin {
    height: 110px;
  }

  .m2TopName {
    line-height: 80px;
    padding-top: 10px;
    font-size: 20px;
  }

  .m2Break {
    font-size: 18px;
    line-height: 40px;
    height: auto;
    margin-bottom: 40px;
  }

  .m2break_a {
    background: url("../images/m2break_ico.jpg") no-repeat 1px 33px;
    padding-top: 20px;
    background-size: 10px auto;
    height: 60px;
    padding-left: 20px;
    margin-right: 3%;
  }

  .m2break_a:hover, .m2break_cuta {
    background: url("../images/m2break_ico2.jpg") no-repeat 1px 33px;
    background-size: 10px auto;
  }

  .m2span_i {
    top: -2px;
  }

  .m2TopName i {
    height: 38px;
    line-height: 38px;
    width: 40px;
  }

  .m2imgList {
    margin-left: -15px;
    margin-right: -15px;
  }

  .m2imgList li {
    position: relative;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .m2lx_col {
    width: 32%;
    padding-left: 52px;
    margin-bottom: 50px;
  }

  .m2lx_col:first-child, .m2lx_col:nth-child(4) {
    width: 36%;
  }

  .m2lx_itms {
    padding-bottom: 10px;
  }

  .m2lx_listBox .m2lx_col {
    margin-bottom: 20px;
  }

  .m2moveBox {
    margin-top: 20px;
  }

  .m2moveBom {
    padding-top: 30px;
  }

  .m2moveBom .arrow-left, .m2moveBom .arrow-right {
    top: 30px;
    width: 8%;
  }

  .m2hxBox2 .m2hx_t1 {
    padding-top: 28%;
  }

  .m2hx_bmTxt {
    bottom: -120px;
  }

  .pcTopLinks {
    display: none;
  }

  .mcon3 .pc {
    display: none;
  }

  .mcon3 .phone {
    display: block;
  }

  .mc3Swiper .swiper-button-prev, .mc3Swiper .swiper-button-next {
    background-size: 46px auto;
    height: 85px;
    width: 46px;
    margin-top: -42px;
  }

  .mc4_t1 {
    padding-top: 42.5%;
  }

  .mc2LayBox {
    padding-right: 4.5%;
  }

  .mc2Lay_p {
    line-height: 32px;
  }

  .mc4_changeBtn {
    bottom: 48%;
  }

  .mc4_t2 {
    font-size: 22px;
  }

  .mc4_t3 {
    font-size: 20px;
  }

  .mc2LayBox {
    bottom: 32%;
  }

  .mcon2 {
    margin-bottom: 100px;
  }

  .mcon4 {
    padding-top: 35px;
  }

  .m2TopName .fa-chevron-right::before {
    background-size: 12px auto;
  }
}
@media (max-height: 650px) {
  .logoBox {
    top: 50px;
  }

  .navList {
    padding-top: 142px;
  }

  .navList li {
    line-height: 48px;
    height: 49px;
  }

  .navBmIcon {
    bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .m2newList li .borderHover {
    padding: 37px 5px 37px 39px;
    position: relative;
  }

  .m2newList li .fl {
    width: 300px;
    height: auto;
  }

  .m2newTxt {
    margin-left: 340px;
  }

  .m2newTxt strong {
    font-size: 30px;
    line-height: 50px;
    height: 50px;
  }

  .m2newList2 li .borderHover {
    padding: 36px 3px 36px 20px;
    position: relative;
  }

  .m2ndate {
    width: 120px;
  }

  .m2nText {
    margin-left: 402px;
  }

  .m2zp_th span, .m2zp_dl dt span {
    padding-left: 2%;
    height: 42px;
  }

  .m2zp_th {
    font-size: 14px;
    line-height: 42px;
    height: 42px;
  }

  .m2zp_s1 {
    width: 30%;
  }

  .m2zp_s2 {
    width: 14%;
  }

  .m2zp_s3 {
    width: 28%;
  }

  .m2zp_s4 {
    width: 16%;
  }

  .m2zp_s5 {
    width: 12%;
  }

  .m2zp_ico1 {
    left: 8px;
    top: 3px;
  }

  .m2zp_ico2 {
    left: 8px;
    top: 3px;
  }

  .m2zp_dl {
    margin-bottom: 42px;
  }

  .m2zp_dl dd {
    padding: 22px 15px;
    font-size: 13px;
    line-height: 26px;
  }

  .m2mvImg {
    padding: 0px 10px;
  }

  .m2ywText {
    padding-top: 10px;
  }

  .m2jt_t2 {
    padding-bottom: 48px;
  }

  .m2jtPadding1 {
    padding: 0px 3.8%;
    padding-bottom: 15px;
  }

  .m2jtPadding2 {
    padding: 0px 3.8%;
    padding-bottom: 75px;
  }

  .m2hxTxtBox .line-1, .m2hxTxtBox .line-3 {
    height: 5px;
  }

  .m2hxTxtBox .line-2, .m2hxTxtBox .line-4 {
    width: 5px;
  }

  .m2hx_bmTxt {
    bottom: -100px;
  }

  .m2hx_bmTxt strong {
    font-size: 18px;
  }

  .mcon5 {
    display: none;
  }

  .mcon5Phone {
    margin: 0px 15px 15px;
    background: url("../images/mimgBg.jpg") no-repeat center top;
    position: relative;
    display: block;
    background-size: cover;
    text-align: center;
    padding: 260px 0px;
  }

  .mcon5Phone img {
    max-width: 80%;
    height: auto;
  }

  .mc5_more {
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .m2hx_t1 {
    font-size: 30px;
    line-height: 32px;
    padding-top: 4%;
  }

  .m2hx_t2 {
    font-size: 18px;
    line-height: 24px;
  }

  .m2hx_t3 {
    font-size: 16px;
    line-height: 22px;
  }

  .m2hx_px {
    font-size: 14px;
    line-height: 24px;
  }

  .m2hx_px strong {
    font-size: 16px;
  }

  .m2hxTxtBox .m2new_more {
    font-size: 12px;
  }

  .m2hxTxtBox .m2new_more {
    height: 24px;
    line-height: 24px;
  }

  .m2hxTxtBox .m2new_more img {
    top: 4px;
    right: 58px;
  }

  .m2hx_bmTxt {
    bottom: -85px;
  }

  .m2hx_bmTxt strong {
    font-size: 16px;
    line-height: 44px;
  }

  .m2hxBox2 .m2hx_t1 {
    padding-top: 30%;
  }

  .m2hx_t2 {
    padding-top: 3%;
  }

  .m2hx_t1 span {
    position: relative;
    top: -8px;
  }

  .m2hx_t2 span {
    position: relative;
    top: -4px;
  }

  .mc2_t1 {
    font-size: 40px;
    line-height: 52px;
  }

  .mc2_t2 {
    font-size: 32px;
    line-height: 52px;
  }

  .mc2_time {
    font-size: 52px;
    height: 60px;
    line-height: 60px;
  }

  .mc2_txt1 {
    height: 160px;
    font-size: 20px;
  }

  .mc2LayBox .line-1, .mc2LayBox .line-3 {
    height: 5px;
  }

  .mc2LayBox .line-2, .mc2LayBox .line-4 {
    width: 5px;
  }

  .mc2Lay_t1 {
    font-size: 30px;
    padding-top: 6%;
    line-height: 38px;
  }

  .mc2Lay_t2 {
    font-size: 15px;
  }

  .mc2Lay_p span {
    display: inline;
  }

  .mc2Lay_p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding-left: 4%;
  }

  .mc2LayBox {
    padding-right: 3.5%;
  }

  .mc2LayBox .m2new_more {
    bottom: 30px;
    font-size: 12px;
  }

  .mc2LayBox .m2new_more img {
    right: 58px;
    top: 7px;
  }

  .mc4_txt2 strong {
    font-size: 18px;
  }

  .mc4_txt2 {
    font-size: 14px;
    line-height: 22px;
  }

  .mc4_t1 {
    font-size: 30px;
    line-height: 42px;
    padding-top: 45%;
  }

  .mc4_t2 {
    font-size: 16px;
    line-height: 32px;
  }

  .mc4_t3 {
    font-size: 16px;
    line-height: 30px;
  }

  .mc4LayBox .m2new_more {
    font-size: 12px;
  }

  .mc4LayBox .m2new_more img {
    right: 58px;
    top: 7px;
  }

  .mc4LayBox .line-1, .mc4LayBox .line-3 {
    height: 5px;
  }

  .mc4LayBox .line-2, .mc4LayBox .line-4 {
    width: 5px;
  }

  .mc4LayBox {
    bottom: 5%;
  }

  .mc4_changeBtn {
    bottom: 44%;
  }

  .mc4_changeBtn ul li {
    margin-right: 10px;
  }

  .mc4_txt1 {
    font-size: 20px;
    height: 36px;
    line-height: 34px;
  }

  .mcon2 {
    margin-bottom: 80px;
  }

  .mcon4 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .percentNum {
    font: 22px/32px Arial;
  }

  .loadNumBox {
    right: 58px;
  }

  .pad, .pc {
    display: none;
  }

  .phone {
    display: block;
  }

  .m2newList li .borderHover {
    padding: 20px;
  }

  .m2newList li .fl {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .m2newTxt {
    margin-left: 0;
    clear: both;
    padding-right: 0;
  }

  .m2newTxt strong {
    font-size: 28px;
  }

  .m2newTxt p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    height: 84px;
  }

  .m2new_more {
    height: 35px;
    font-size: 15px;
  }

  .m2new_more img {
    right: 70px;
  }

  .m2nText {
    margin-left: 0;
    clear: both;
    padding-right: 0;
  }

  .m2nText p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    height: 56px;
  }

  .m2newList2 li .fl {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .m2newsL {
    float: none;
    width: 100%;
  }

  .m2newsL:after {
    clear: both;
  }

  .m2newList2 li .borderHover {
    padding: 20px;
  }

  .m2ndate {
    width: 100%;
    float: none;
    text-align: left;
    padding-bottom: 10px;
  }

  .m2ndate div, .m2ndate span {
    display: inline;
    font-size: 18px;
  }

  .m2nText strong {
    font-size: 22px;
  }

  .m2pp_tm2 {
    padding-bottom: 80px;
  }

  .m2zp_th span, .m2zp_dl dt span {
    padding-left: 3%;
  }

  .m2zp_s1 {
    width: 80%;
  }

  .m2zp_s2 {
    width: 14%;
    display: none;
  }

  .m2zp_s3 {
    width: 28%;
    display: none;
  }

  .m2zp_s4 {
    width: 16%;
    display: none;
  }

  .m2zp_s5 {
    width: 20%;
  }

  .m2lx_col {
    width: 100%;
  }

  .m2lx_col:first-child, .m2lx_col:nth-child(4), .m2lx_col:last-child {
    width: 100%;
  }

  .m2lx_itms {
    padding-bottom: 10px;
  }

  .m2lx_listBox .m2lx_col {
    margin-bottom: 20px;
  }

  .m2lx_listBox {
    padding-bottom: 0;
  }

  .m2lx_bmBg {
    height: 25px;
  }

  .m2lx_t1 {
    line-height: 90px;
    height: 90px;
    font-size: 25px;
  }

  .m2lx_t2 {
    font-size: 22px;
  }

  .m2moveBom .arrow-left, .m2moveBom .arrow-right {
    background-size: 16px auto;
  }

  .m2yw_t1 {
    font-size: 38px;
    line-height: 50px;
  }

  .m2yw_t2 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 20px;
  }

  .m2yw_p {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .m2yw_p p {
    font-size: 14px;
  }

  .m2ywText {
    padding-top: 20px;
  }

  .m2ywPadding {
    padding: 0px;
  }

  .m2yw_bak {
    line-height: 90px;
    height: 90px;
  }

  .m2jt_t1 {
    font-size: 36px;
    line-height: 40px;
  }

  .m2jt_t2 {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 28px;
  }

  .m2jt_t3 {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 28px;
  }

  .m2jtPadding1 {
    padding: 0px;
    padding-bottom: 0px;
  }

  .m2jtPadding2 {
    padding: 0px;
    padding-bottom: 45px;
  }

  .m2news_t1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .m2hxImg {
    float: none;
    width: 100%;
  }

  .m2hxTxtBox {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .m2hx_t1 {
    text-align: left;
    padding-top: 25px;
  }

  .m2hx_px {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    padding-bottom: 35px;
  }

  .m2hx_t2 {
    text-align: left;
  }

  .m2hx_t1::after {
    right: auto;
    left: 0;
  }

  .m2hx_t3 {
    text-align: left;
  }

  .m2hxBox {
    margin-bottom: 20px;
  }

  .m2hx_bmTxt {
    display: none;
  }

  .m2hxBox2 .m2hxImg {
    float: none;
  }

  .m2hxBox2 .m2hx_t1 {
    text-align: left;
    position: relative;
    padding-top: 25px;
  }

  .m2hxBox2 .m2hx_px {
    text-align: left;
    left: auto;
    right: auto;
  }

  .m2hxTxtBox2 .m2new_more {
    right: 0;
    bottom: 0;
  }

  .m2hxBox2 .m2hxTxtBox {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }

  .m2hx_px span {
    display: inline;
  }

  .mcon5Phone {
    margin: 0px 10px 10px;
    padding: 100px 0px;
  }

  .mc5_more {
    line-height: 52px;
    height: 52px;
    width: 150px;
    padding-left: 57px;
    margin-top: 80px;
    font-size: 16px;
    text-align: left;
    background-size: 16px auto;
    background: #fff url("../images/logo_1.png") no-repeat 25px center;
    background-size: 16px auto;
  }

  .mc5_more:hover {
    color: #fff;
    background: #E0492B url("../images/logo_2.png") no-repeat 25px center;
    background-size: 16px auto;
  }

  .mc3Swiper .swiper-button-prev, .mc3Swiper .swiper-button-next {
    background-size: 25px auto;
    height: 44px;
    width: 25px;
    margin-top: -22px;
  }

  .mc3_txtImg {
    max-width: 60%;
  }

  .mcon2, .mcon4 {
    display: none;
  }

  .mPhoneCon2 {
    display: block;
    padding-top: 30px;
  }

  .mc2LayBox {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mPhoneBm {
    font-size: 12px;
    line-height: 18px;
    padding: 40px 0px 45px;
    text-transform: uppercase;
  }

  .mPhoneBm strong {
    font-size: 18px;
    line-height: 30px;
    display: block;
  }

  .mc2_txt1 {
    height: 140px;
  }

  .mc2Lay_t2 {
    font-size: 18px;
    line-height: 32px;
    padding: 10px 0px 15px;
  }

  .mc2Lay_p {
    padding-bottom: 55px;
    padding-left: 0;
  }

  .mc2LayBox .m2new_more {
    bottom: 20px;
  }

  .mPhoneCon2 .mPhoneSwiper1 .swiper-pagination {
    bottom: auto;
    top: 305px;
  }

  .mPhoneCon2 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 0;
  }

  .mPhoneCon2 .swiper-pagination-bullet-active {
    background: #E94529;
  }

  .mPhoneCon2 .mPhoneSwiper2 .swiper-pagination {
    bottom: auto;
    top: 242px;
  }

  .mc2Lay_t1a {
    font-size: 22px;
  }

  .mc4LayBox {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    padding: 0px 20px 30px;
  }

  .mPhoneCon2 .mPhoneSwiper3 .swiper-pagination {
    bottom: auto;
    top: 242px;
  }

  .mc4_txt2 {
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
  }

  .mc4_t1 {
    padding-top: 20px;
  }

  .mc4_txt2 span {
    display: inline;
  }

  .mc4_txt2 strong {
    padding-top: 40px;
    margin-bottom: 15px;
  }

  .mc4LayBox .m2new_more {
    position: relative;
    right: 0;
    top: 15px;
  }

  .mPhoneBm2 {
    text-align: right;
    padding-bottom: 0;
    height: 88px;
  }

  .mc2_t1 {
    font-size: 36px;
    line-height: 40px;
  }

  .mc2_t2 {
    font-size: 28px;
    line-height: 38px;
  }

  .mc2_time {
    font-size: 46px;
    height: 50px;
    line-height: 50px;
  }

  .m2TopName .fa-chevron-right::before {
    background-size: 10px auto;
  }
}
@media (max-width: 460px) {
  .m2Break {
    font-size: 16px;
    line-height: 32px;
    height: auto;
    margin-bottom: 30px;
  }

  .m2break_a {
    background: url("../images/m2break_ico.jpg") no-repeat 1px 20px;
    padding-top: 10px;
    background-size: 8px auto;
    height: 46px;
    padding-left: 20px;
    margin-right: 5%;
  }

  .m2break_a:hover, .m2break_cuta {
    background: url("../images/m2break_ico2.jpg") no-repeat 1px 20px;
    background-size: 8px auto;
  }

  .m2span_i {
    font-size: 14px;
  }

  .m2TopName {
    font-size: 18px;
    line-height: 60px;
    padding-top: 10px;
  }

  .m2TopName i {
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    width: 32px;
  }

  .m2spanEn {
    padding-left: 18px;
  }

  .m2TopName {
    line-height: 40px;
    margin-bottom: 5px;
  }

  .m2ban {
    margin-bottom: 25px;
  }

  .mc3_txtImg {
    max-width: auto;
    width: 260px;
  }
}
@media (max-width: 320px) {
  .footer {
    font-size: 12px;
  }

  .mc2_t1 {
    font-size: 30px;
  }

  .mc2_t2 {
    font-size: 24px;
  }

  .mc2_time {
    font-size: 40px;
  }
}
.emptyBread {
  height: 35px;
}

/*2017-05-05 CSS*/
@media (min-width: 1199px) {
  .navHoverMenu {
    padding-left: 80px;
  }

  .navHoverMenu .navList {
    width: auto;
  }

  .navHoverMenu .navList li {
    height: 59px;
    font-size: 16px;
    overflow: inherit;
    border: none;
    text-align: left;
  }

  .nav_a {
    line-height: 58px;
    height: 59px;
    border-bottom: 1px solid #312B2B;
    width: 128px;
    display: inline-block;
    text-align: center;
    width: 128px;
    position: relative;
  }

  .nav_a:before {
    content: "";
    background: url("../images/img-02.png") no-repeat;
    height: 11px;
    width: 7px;
    position: absolute;
    right: 10px;
    margin-top: -5px;
    top: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }

  .navHoverMenu .navList li:hover .nav_a:before {
    opacity: 1;
  }

  .navHoverMenu .navList li:hover .nav_a {
    color: #f75132;
  }

  .navMenu {
    overflow: inherit;
  }

  .sonNav {
    background: rgba(35, 30, 30, 0.9);
    width: 190px;
    height: 100%;
    position: absolute;
    left: 290px;
    top: 0px;
    bottom: 0px;
    padding: 178px 0px 0px 45px;
    display: none;
  }

  .nav_a2 {
    line-height: 58px;
    height: 59px;
    border-bottom: 1px solid #4B4545;
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: block;
  }

  .nav_a2:hover {
    font-weight: bold;
    color: #f75132;
  }
}
@media (max-height: 650px) {
  .sonNav {
    padding-top: 142px;
  }
}


div.qzPagination {
  text-align: center;
  font-size: 18px;
  height: 74px;
}

div.qzPagination .total {
  padding-right: 8px;
}

div.qzPagination span {
  line-height: 34px;
  *line-height: 35px;
  /* ie6 ie7 */
}

div.qzPagination a {
  padding: 8px 15px;
  background: #eeeeee;
  margin-right: 5px;
  color: #666666;
  text-decoration: none;
  line-height: 34px;
  *line-height: 35px;
  /* ie6 ie7 */
}

.qzPagination strong {
  padding: 8px 15px;
  background: #c90915;
  margin-right: 5px;
  color: #ffffff;
  text-decoration: none;
  line-height:34px;
  *line-height:35px;	/* ie6 ie7 */
}

div.qzPagination a:hover {
  color: #ffffff;
  background: #c90915;
  text-decoration: none;
}

div.qzPagination a:active {
  color: #000;
  background: #c90915;
  text-decoration: none;
}

div.qzPagination span.current {
  color: #ffffff;
  background: #c90915;
}

div.qzPagination a.current {
  color: #ffffff;
  background: #c90915;
}

div.qzPagination span.disabled {
  color: #cccccc;
}

div.qzPagination span.prePage {
  margin-right: 10px;
  padding: 5px;
  border: none;
  background: url("../images/prev.jpg") center no-repeat;
}

div.qzPagination a.prePage {
  margin-right: 10px;
  padding: 5px;
  border: none;
  background: url("../images/prev.jpg") center no-repeat;
}

div.qzPagination a.nextPage {
  margin-left: 5px;
  padding: 5px;
  border: none;
  background: url("../images/next.jpg") center no-repeat;
}

div.qzPagination span.nextPage {
  margin-left: 5px;
  padding: 5px;
  border: none;
  background: url("../images/next.jpg") center no-repeat;
}

/*# sourceMappingURL=style-public.css.map */
</pre></body></html>